home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / background_34189.txt < prev    next >
Text File  |  1989-08-22  |  7KB  |  316 lines

  1. -- background: 34189 from stack: in
  2. -- bmap block id: 34381
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 2.2.5 Content2
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 29 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=31 top=138 right=305 bottom=132
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Graphic1
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   set the hilite of me to true
  37.   go cd "Lower Layer Issues C/3"
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 30 (button)
  43. -- low flags: 00
  44. -- high flags: 2000
  45. -- rect: left=191 top=138 right=305 bottom=292
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Graphic2
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   set the hilite of me to true
  57.   go cd "Lower Layer Issues C/5"
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 5 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=443 top=5 right=72 bottom=512
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Instant Reference
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   instantReference "2.2.5"
  77. end mouseUp
  78.  
  79.  
  80. -- part 6 (button)
  81. -- low flags: 00
  82. -- high flags: 2000
  83. -- rect: left=482 top=176 right=205 bottom=511
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 162 / 162
  86. -- text alignment: 1
  87. -- font id: 0
  88. -- text size: 12
  89. -- style flags: 0
  90. -- line height: 16
  91. -- part name: Help
  92. ----- HyperTalk script -----
  93. on mouseUp
  94.   Help
  95. end mouseUp
  96.  
  97.  
  98.  
  99. -- part 7 (button)
  100. -- low flags: 00
  101. -- high flags: 2000
  102. -- rect: left=480 top=143 right=172 bottom=511
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 1310 / 1310
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: Student Services
  111. ----- HyperTalk script -----
  112. on mousedown
  113.   SSpopUp
  114. end mousedown
  115.  
  116. on mouseup
  117.   if the mouseloc is not within the rect of me then exit to hyperCard
  118.   doSS
  119. end mouseup
  120.  
  121.  
  122.  
  123. -- part 8 (button)
  124. -- low flags: 00
  125. -- high flags: 2000
  126. -- rect: left=482 top=294 right=320 bottom=509
  127. -- title width / last selected line: 0
  128. -- icon id / first selected line: 1236 / 1236
  129. -- text alignment: 1
  130. -- font id: 0
  131. -- text size: 12
  132. -- style flags: 0
  133. -- line height: 16
  134. -- part name: Last Menu
  135. ----- HyperTalk script -----
  136. on mouseUp
  137.   go cd "Topology C/1"
  138. end mouseUp
  139.  
  140.  
  141.  
  142. -- part 9 (button)
  143. -- low flags: 00
  144. -- high flags: 2000
  145. -- rect: left=493 top=319 right=341 bottom=512
  146. -- title width / last selected line: 0
  147. -- icon id / first selected line: 1237 / 1237
  148. -- text alignment: 1
  149. -- font id: 0
  150. -- text size: 12
  151. -- style flags: 0
  152. -- line height: 16
  153. -- part name: Next
  154. ----- HyperTalk script -----
  155. on mouseUp
  156.   lock screen
  157.   go next
  158.   unlock screen with scroll left
  159. end mouseUp
  160.  
  161.  
  162. -- part 10 (button)
  163. -- low flags: 00
  164. -- high flags: 2000
  165. -- rect: left=478 top=319 right=341 bottom=498
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 1238 / 1238
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: Prev
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   lock screen
  177.   go prev
  178.   unlock screen with scroll right
  179. end mouseUp
  180.  
  181.  
  182. -- part 11 (field)
  183. -- low flags: 01
  184. -- high flags: 0000
  185. -- rect: left=16 top=38 right=67 bottom=437
  186. -- title width / last selected line: 0
  187. -- icon id / first selected line: 0 / 0
  188. -- text alignment: 0
  189. -- font id: 156
  190. -- text size: 20
  191. -- style flags: 0
  192. -- line height: 26
  193. -- part name: Subtitle
  194.  
  195.  
  196. -- part 24 (field)
  197. -- low flags: 01
  198. -- high flags: 0000
  199. -- rect: left=16 top=118 right=138 bottom=452
  200. -- title width / last selected line: 0
  201. -- icon id / first selected line: 0 / 0
  202. -- text alignment: 0
  203. -- font id: 3
  204. -- text size: 10
  205. -- style flags: 256
  206. -- line height: 15
  207. -- part name: Instruction
  208.  
  209.  
  210. -- part 25 (field)
  211. -- low flags: 01
  212. -- high flags: 0000
  213. -- rect: left=27 top=306 right=342 bottom=136
  214. -- title width / last selected line: 0
  215. -- icon id / first selected line: 0 / 0
  216. -- text alignment: 0
  217. -- font id: 156
  218. -- text size: 16
  219. -- style flags: 0
  220. -- line height: 17
  221. -- part name: Caption1
  222.  
  223.  
  224. -- part 26 (field)
  225. -- low flags: 01
  226. -- high flags: 0000
  227. -- rect: left=187 top=306 right=342 bottom=296
  228. -- title width / last selected line: 0
  229. -- icon id / first selected line: 0 / 0
  230. -- text alignment: 0
  231. -- font id: 156
  232. -- text size: 16
  233. -- style flags: 0
  234. -- line height: 17
  235. -- part name: Caption2
  236.  
  237.  
  238. -- part 21 (field)
  239. -- low flags: 81
  240. -- high flags: 0001
  241. -- rect: left=423 top=0 right=13 bottom=466
  242. -- title width / last selected line: 0
  243. -- icon id / first selected line: 0 / 0
  244. -- text alignment: 65535
  245. -- font id: 4
  246. -- text size: 9
  247. -- style flags: 0
  248. -- line height: 12
  249. -- part name: CardTitle
  250.  
  251.  
  252. -- part 32 (field)
  253. -- low flags: 01
  254. -- high flags: 0000
  255. -- rect: left=17 top=75 right=115 bottom=469
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 0 / 0
  258. -- text alignment: 0
  259. -- font id: 156
  260. -- text size: 16
  261. -- style flags: 0
  262. -- line height: 17
  263. -- part name: Header
  264.  
  265.  
  266. -- part 33 (button)
  267. -- low flags: 00
  268. -- high flags: 2000
  269. -- rect: left=482 top=208 right=234 bottom=509
  270. -- title width / last selected line: 0
  271. -- icon id / first selected line: 1234 / 1234
  272. -- text alignment: 1
  273. -- font id: 0
  274. -- text size: 12
  275. -- style flags: 0
  276. -- line height: 16
  277. -- part name: Lesson
  278. ----- HyperTalk script -----
  279. on mouseUp
  280.   lesson "2.2.5"
  281. end mouseUp
  282.  
  283.  
  284. -- part 34 (button)
  285. -- low flags: 00
  286. -- high flags: 2000
  287. -- rect: left=353 top=134 right=299 bottom=452
  288. -- title width / last selected line: 0
  289. -- icon id / first selected line: 0 / 0
  290. -- text alignment: 1
  291. -- font id: 0
  292. -- text size: 12
  293. -- style flags: 0
  294. -- line height: 16
  295. -- part name: Graphic3
  296. ----- HyperTalk script -----
  297. on mouseUp
  298.   set the hilite of me to true
  299.   go cd "Lower Layer Issues C/13"
  300. end mouseUp
  301.  
  302.  
  303.  
  304. -- part 35 (field)
  305. -- low flags: 01
  306. -- high flags: 0000
  307. -- rect: left=350 top=306 right=342 bottom=462
  308. -- title width / last selected line: 0
  309. -- icon id / first selected line: 0 / 0
  310. -- text alignment: 0
  311. -- font id: 156
  312. -- text size: 16
  313. -- style flags: 0
  314. -- line height: 17
  315. -- part name: Caption2
  316.